XIQS Create Global Parameter

From IQsimWiki

Jump to: navigation, search

XIQS Create Global Parameter - Global Parameters Management

Description
createXIQSGlobalParam ( String param_name , String param_value [, Long id_partition ] )
Create a new Global Parameter object. If currently logged in user is the administrator, he has to specify which
partition this global parameter refers to. Otherwise, current user's logged partition is assumed.
Parameters

String param_name

Name of the new global parameter object ("DBVERSION", "SYSLOG_CLEANDELAY", "REFRESH_DELAY", "INACTIVITY_DELAY", "MONITORING_TIMER", "ASSOCIATE_TIMER", "USSD_CLEAN_TIMEOUT", "PORTS_STAT_SIZE", "SSV_CALL_LOG_SIZE", "SIM_TRANSAC_TIMER", "SIM_ASSIGN_TIME", "SIMPAR01", "SIM_SIM_FAILURE", "SIM_SPT_FAILURE", "SIM_LOG_ACTIVE", "SSV_CREDITNBRETRY", "SSV_CREDITDELAY", "ACTION_NBRETRY", "ACTION_DELAY", "RETRY_CODE_LIST", "REFILL_INTERVAL", "TRANSFER_INTERVAL", "SIM_REGISTER_TIME", "SIM_LOG_MAX_DAYS", "SMS_REPORT_MAX_D", "SMS_REPLY_MAX_D").

String param_value

Value for new global parameter object.

[ Long id_partition ]

Id of the partition for which new global parameter object is created.
Return Values
Return Code
Integer: OK = 1

Error Data structure ( Error Management )

Possible failure code returns. 
*ERR_OBJECT_EXISTS (451) ERR_MSG_GPAR_EXIST
*ERR_SRV_INTERNAL (500) ERR_MSG_CANT_CREATE
See Also

getXIQSGlobalParam

getXIQSGlobalParamList

updateXIQSGlobalParam

deleteXIQSGlobalParam

Personal tools
Namespaces
Variants
Views
Actions
Navigation
XIQS XML Protocol
XIQS Framework Libraries
XIQS Command List